home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / XPK / Source / xpkmaster / All.c next >
Encoding:
C/C++ Source or Header  |  1997-04-02  |  586 b   |  33 lines

  1. #ifndef XPKMASTER_ALL_C
  2. #define XPKMASTER_ALL_C
  3.  
  4. /* Programmheader
  5.  
  6.     Name:        xpkmaster.library
  7.     Author:        SDI
  8.     Distribution:    PD
  9.     Description:    the xpk packing library system
  10.  
  11.  1.0   28.10.96 : first SDI version
  12. */
  13.  
  14. #include "xpkmaster.c"
  15. #include "query.c"
  16. #include "checksum.c"
  17. #include "fault.c"
  18. #include "fib.c"
  19. #include "hook.c"
  20. #include "hook_fh.c"
  21. #include "hook_mem.c"
  22. #include "objects.c"
  23. #include "open.c"
  24. #include "password.c"
  25. #include "progress.c"
  26. #include "sublibs.c"
  27. #include "tags.c"
  28. #include "util.c"
  29. #include "xbuf.c"
  30. #include "xpk_strings.c"
  31.  
  32. #endif /* XPKMASTER_ALL_C */
  33.